runtime.mspan.allocCountBeforeCache (field)
6 uses
	runtime (current package)
		mcache.go#L163: 		slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
		mcache.go#L178: 		s.allocCountBeforeCache = 0
		mcache.go#L196: 	s.allocCountBeforeCache = s.allocCount
		mcache.go#L277: 			slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
		mcache.go#L278: 			s.allocCountBeforeCache = 0
		mheap.go#L482: 	allocCountBeforeCache uint16        // a copy of allocCount that is stored just before this span is cached
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |